home *** CD-ROM | disk | FTP | other *** search
- object frmCenter: TfrmCenter
- Left = 603
- Top = 95
- BorderStyle = bsDialog
- Caption = 'Center on body...'
- ClientHeight = 181
- ClientWidth = 413
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 7
- Top = 4
- Width = 299
- Height = 38
- AutoSize = False
- Caption =
- 'Select the body that will be at the center (0,0,0) of your syste' +
- 'm:'
- WordWrap = True
- end
- object ListCenterBody: TListBox
- Left = 7
- Top = 75
- Width = 299
- Height = 98
- ItemHeight = 16
- Sorted = True
- TabOrder = 0
- end
- object butOK: TButton
- Left = 325
- Top = 10
- Width = 83
- Height = 27
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = butOKClick
- end
- object butCancel: TButton
- Left = 325
- Top = 43
- Width = 83
- Height = 27
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = butCancelClick
- end
- object CheckBoxNone: TCheckBox
- Left = 24
- Top = 45
- Width = 265
- Height = 29
- Caption = 'Do not center on any body.'
- TabOrder = 3
- OnClick = CheckBoxNoneClick
- end
- end
-